home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile that sets machine-specific variables and rules
- #
- #
- # A machine-specific makefile is included by all other makefiles.
- #
-
- all install installh clean distclean: trouble
-
- trouble:
- @echo 'Assuming CPU=iris4 ; you should setenv CPU iris4'
-
- CPU = iris4
- MACHTYPE = sgi
- RANLIB = :
- INSTALL = /etc/install
-